projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f498e3b
)
* print.c (float_to_string): Define buf to be an unsigned char, to
author
Jim Blandy
<jimb@redhat.com>
Tue, 2 Mar 1993 08:16:49 +0000
(08:16 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Tue, 2 Mar 1993 08:16:49 +0000
(08:16 +0000)
match the data field of strings.
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index 573b5d3f7d3c82ad5ecd686fd551b4c32f6106dd..a43a774c0f4a7dabfa5f999a89349df292b2ddb6 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-603,7
+603,7
@@
to make it write to the debugging output.\n")
void
float_to_string (buf, data)
- char *buf;
+
unsigned
char *buf;
double data;
{
register unsigned char *cp, c;